home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 7
/
Apprentice-Release7.iso
/
Environments
/
PowerFantasm™ 4.19a
/
PowerFantasm™
/
F4_EXAMPLES
/
PPC_Graphics_demo
/
ppc_graph_demo.BCF
< prev
next >
Wrap
Text File
|
1996-08-29
|
571b
|
29 lines
*******************************
**Fantasm V4 PowerPC demo #1
**Opens two windows and runs various graphical tests
**
**File:PPC_graph_demo.bcf
**Date: 3rd Dec.95
**©Lightsoft 1995.
/n *no libraries
/g QDraw.def
/g general_usage.def *Import my usual system calls from the headers folder
/g LS_PPC_Macros.def *and get the nice macro's from the headers folder
/g PPC_graph_demo_bss.s *the BSS offsets in the project file
/q *quiet mode
***Assemble these files
/a PPC_Graph_demo.s
/a graph_demo_init.s
***Link these files
/l PPC_graph_demo.o
/l graph_demo_init.o